Skip to content

Add AI assistant guide, API field notes, and llms.txt - #32

Open
ddemlow wants to merge 1 commit into
masterfrom
ai-assistant-docs
Open

Add AI assistant guide, API field notes, and llms.txt#32
ddemlow wants to merge 1 commit into
masterfrom
ai-assistant-docs

Conversation

@ddemlow

@ddemlow ddemlow commented Jul 30, 2026

Copy link
Copy Markdown
Member

What this adds

Documentation for both humans and AI coding assistants writing code against the SC//HyperCore™ REST API:

  • CLAUDE.md — read automatically by Claude Code and other AI coding tools; distills the six rules that prevent most HyperCore API bugs (task-tag waits, single-element array responses, fetch-then-filter, self-signed TLS, update-in-progress checks, no cluster VIP) plus a naming-trap table.
  • AGENTS.md — pointer file so non-Claude agents pick up the same guidance.
  • docs/hypercore-api-field-notes.md — empirically verified per-endpoint field notes collected from real integration work against HyperCore 9.6.x/9.7.x clusters: request/response shape corrections, version-gated features, labels schema, snapshot/clone gotchas, ISO and virtual-disk upload flows, CBT/snapDiff.
  • docs/hypercore-api-reference.html — self-contained rendered reference page (searchable, light/dark theme) of the same material.
  • llms.txt — machine-readable summary for LLM crawlers.

Review done

  • Technical content cross-checked for internal consistency; references (vm_lifecycle.py, Fleet Manager/) verified against this repo.
  • Trademark/branding audited (SC//HyperCore™, SC//Fleet Manager™, third-party ® marks, attribution footers).
  • No credentials, internal hostnames, or private IPs.

🤖 Generated with Claude Code

New documentation for humans and AI coding assistants working against the
SC//HyperCore(TM) REST API:

- CLAUDE.md / AGENTS.md: rules and naming traps that prevent the most
  common HyperCore API bugs, read automatically by AI coding tools
- docs/hypercore-api-field-notes.md: empirically verified per-endpoint
  behavior notes (task-tag waits, response shapes, version gates)
- docs/hypercore-api-reference.html: rendered, searchable reference page
- llms.txt: machine-readable repo summary

Content reviewed for accuracy against HyperCore 9.6.x/9.7.x clusters and
audited for trademark compliance.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant